projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641acd2
)
(View-scroll-lines-forward): Don't recenter at end.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Nov 1995 03:43:40 +0000
(
03:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Nov 1995 03:43:40 +0000
(
03:43
+0000)
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index 489f403d5b912b3c247f4b1cb984e40c99b5033e..b278704996009eec681dac25c8b245cd8540a9fd 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-340,7
+340,6
@@
Arg is number of lines to scroll."
(scroll-up lines)))
(cond ((pos-visible-in-window-p (point-max))
(goto-char (point-max))
- (recenter -1)
(message (substitute-command-keys
"End. Type \\[view-exit] to quit viewing."))))
(move-to-window-line -1)